Skip to main content

AOnTouchListener

Complete API reference for AOnTouchListener, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Android Views

Component: no


public class AOnTouchListener

Methods

SignatureReturnsDescription
onTouch(View, MotionEvent)booleanPerforms the onTouch operation using the provided parameters (v, event).
onTouchEvent(View, MotionEvent)booleanExecutes onTouchEvent and returns after the underlying engine call finishes.